RSA-based encryption scheme - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

RSA-based encryption scheme - перевод на Английский

Identity based encryption; ID-based encryption; Identity-Based Encryption; Hierarchical identity-based encryption
  • ID Based Encryption: Offline and Online Steps

RSA-based encryption scheme      
схема шифрования по криптоалгоритму RSA схема шифрования по криптоалгоритму RSA
RSA cryptosystem         
  • [[Adi Shamir]], co-inventor of RSA (the others are [[Ron Rivest]] and [[Leonard Adleman]])
ALGORITHM FOR PUBLIC-KEY CRYPTOGRAPHY
RSA cryptosystem; RSA encryption; Rivest-Shamir-Adleman; RSA algorithm; RSA Cryptosystem; Rsa encryption; RSA cipher; Branch prediction analysis attacks; Branch prediction analysis; Rivest Shamir Adleman; Rivest, Shamir, Adleman; Rsa Algorithm; Rivest-Shamir-Adleman Algorithm; Rsa algorithm; Rivest-Shamir-Adleman algorithm; RSA (algorithm); RSA public key cryptography; RSA (crypto); Rivest-Shamir-Adelson; Rivest-Shamir-Adelman; Rivest–Shamir–Adleman cryptosystem; Rivest–Shamir–Adleman; Rivest-Shamir-Adleman cryptosystem
(Rivest Shamir-Adleman cryptosystem) криптосистема (с открытым ключом) Ривеста Шамира-Адлемана, криптосистема RSA (Rivest Shamir-Adleman cryptosystem) криптосистема (с открытым ключом) Ривеста Шамира-Адлемана, криптосистема RSA
Rivest-Shamir-Adleman algorithm         
  • [[Adi Shamir]], co-inventor of RSA (the others are [[Ron Rivest]] and [[Leonard Adleman]])
ALGORITHM FOR PUBLIC-KEY CRYPTOGRAPHY
RSA cryptosystem; RSA encryption; Rivest-Shamir-Adleman; RSA algorithm; RSA Cryptosystem; Rsa encryption; RSA cipher; Branch prediction analysis attacks; Branch prediction analysis; Rivest Shamir Adleman; Rivest, Shamir, Adleman; Rsa Algorithm; Rivest-Shamir-Adleman Algorithm; Rsa algorithm; Rivest-Shamir-Adleman algorithm; RSA (algorithm); RSA public key cryptography; RSA (crypto); Rivest-Shamir-Adelson; Rivest-Shamir-Adelman; Rivest–Shamir–Adleman cryptosystem; Rivest–Shamir–Adleman; Rivest-Shamir-Adleman cryptosystem
алгоритм криптосистемы с открытым ключом Ривеста, Шамира и Адлемана, алгоритм криптосистемы RSA

Определение

RSA encryption
<cryptography, algorithm> A public-key cryptosystem for both encryption and authentication, invented in 1977 by Ron Rivest, Adi Shamir, and Leonard Adleman. Its name comes from their initials. The RSA algorithm works as follows. Take two large {prime numbers}, p and q, and find their product n = pq; n is called the modulus. Choose a number, e, less than n and {relatively prime} to (p-1)(q-1), and find its reciprocal mod (p-1)(q-1), and call this d. Thus ed = 1 mod (p-1)(q-1); e and d are called the public and private exponents, respectively. The public key is the pair (n, e); the private key is d. The factors p and q must be kept secret, or destroyed. It is difficult (presumably) to obtain the private key d from the public key (n, e). If one could factor n into p and q, however, then one could obtain the private key d. Thus the entire security of RSA depends on the difficulty of factoring; an easy method for factoring products of large prime numbers would break RSA. RSA FAQ (http://rsa.com/rsalabs/faq/faq_home.html). (2004-07-14)

Википедия

Identity-based encryption

ID-based encryption, or identity-based encryption (IBE), is an important primitive of ID-based cryptography. As such it is a type of public-key encryption in which the public key of a user is some unique information about the identity of the user (e.g. a user's email address). This means that a sender who has access to the public parameters of the system can encrypt a message using e.g. the text-value of the receiver's name or email address as a key. The receiver obtains its decryption key from a central authority, which needs to be trusted as it generates secret keys for every user.

ID-based encryption was proposed by Adi Shamir in 1984. He was however only able to give an instantiation of identity-based signatures. Identity-based encryption remained an open problem for many years.

The pairing-based Boneh–Franklin scheme and Cocks's encryption scheme based on quadratic residues both solved the IBE problem in 2001.

Как переводится RSA-based encryption scheme на Русский язык